翻訳と辞書
Words near each other
・ Zsejkei Channel
・ Zselickisfalud
・ ZP3
・ ZP4
・ ZPAQ
・ ZPC
・ ZPC Het Ravijn
・ ZPC Kariba
・ ZPE
・ ZPF
・ ZPG
・ ZPHS Dharmaram
・ ZPI
・ Zpizza
・ ZPL
ZPL (programming language)
・ ZPO
・ Zpověď Dona Juana
・ ZPP
・ ZPP (complexity)
・ ZPR
・ Zprdeleklika
・ ZPT
・ ZPU
・ ZPU (microprocessor)
・ Zpívající pudřenka
・ ZQ
・ ZQ8
・ ZQGame
・ ZR


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

ZPL (programming language) : ウィキペディア英語版
ZPL (programming language)

ZPL (short for ''Z-level Programming Language'') is an array programming language designed to replace C and C++ programming languages in engineering and scientific applications.〔(【引用サイトリンク】accessdate=17 December 2012 )〕 Because its design goal was to obtain cross-platform high performance, ZPL programs run fast on both sequential and parallel computers. Highly-parallel ZPL programs are simple and easy to write because it exclusively uses implicit parallelism.
Originally called ''Orca C'', ZPL was designed and implemented during 1993-1995 by the Orca Project of the Computer Science and Engineering Department at the University of Washington.
ZPL uses the array abstraction to implement a data parallel programming model. This is the reason why ZPL achieves such good performance: having no parallel directives or other forms of explicit parallelism, ZPL exploits the operational trait that when aggregate computations are described in terms of arrays, many scalar operations must be (implicitly) performed to implement the array operations. This ''implied'' computation can be automatically allotted to different processors to achieve concurrency: Parallelism arises from the semantics of the array operations.
ZPL is translated into a conventional abstract syntax tree representation on which program analysis and program optimizations are performed. ANSI C code is generated as the object code. This C program (which is machine independent because it implements certain operations in abstract form) is then compiled using the native C compiler on the target machine with custom libraries optimized to the specific platform.
The creators of ZPL were: Brad Chamberlain, Sung-Eun Choi, E Christopher Lewis, Calvin Lin, Jason Secosky, Larry Snyder, and W. Derrick Weathersby with assistance from Ruth Anderson, A.J. Bernheim, Marios Dikaiakos, George Forman, and Kurt Partridge.
ZPL's status as an active project is in question; the latest "What's new" item on the front page of the official website is dated 9 January 2005.
==See also==

* Array programming
* J, K
* Partitioned global address space

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「ZPL (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.